updateAsset
Update or insert the properties of a single asset
GraphQL Schema
extend type mutation {
"""Update or insert the properties of a single asset"""
updateAsset(input: UpdateAssetInput): UpdateAssetPayload
}
Arguments
Name | Type | Description |
---|---|---|
input | [UpdateAssetInput](/04-reference/05-Input Objects/UpdateAssetInput.mdx) |
Response Shape
This mutation returns UpdateAssetPayload
Name | Type | Description |
---|---|---|
success | Boolean! | Whether the mutation was successful |
error | ErrorType | Error information |
asset | Asset |